home *** CD-ROM | disk | FTP | other *** search
File List | 1995-10-18 | 5.3 KB | 99 lines |
- _DOS.ZIP /tb All files in this directory
- ALLDIRS.BAT /tb Execute command in all sub-directories
- ALLFILES.BAT /tb Execute command on all files matching filespec
- ASCII.BAT /tb Display ASCII character table
- ATCOPY.BAT /tb Copy text file, where @ includes another file
- AUTOLOAD.CMM /tb Loaded code for CEnvi shell
- BATLOOPS.BAT /tb Demonstrate looping within a batch file
- BATTMEM.BAT /tb Show values stored in CMOS
- BUTTON.LIB /tb On-screen button library
- BUTTONS.BAT /tb Demonstrate buttons with BUTTON.LIB
- CDFIND.BAT /tb Change directory; find directory
- CHRCOUNT.BAT /tb Count occurences of a character in a file
- CMDCOUNT.BAT /tb Repeat DOS command COUNT times
- CONTROLC.BAT /tb Demonstrate CONTROLC.LIB
- CONTROLC.LIB /tb Trap ctrl-C and ctrl-Break in CEnvi script
- COUNT.BAT /tb Count from 1 to specified value
- DELOLD.BAT /tb Delete files older than given date
- DELTREE.BAT /tb Delete an entire directory tree
- DELTREE1.BAT /tb Delete an entire directory tree
- DELTREE2.BAT /tb Delete an entire directory tree
- DIRSTAT.BAT /tb Extract specific fields from DOS "DIR" listing
- DISKFREE.BAT /tb Display free space on a disk drive
- DMA_ENUF.CMM /tb Set Windows' SYSTEM.INI file for DMABufferSize
- DOLIST.CMM /tb Perform command on all elements of a list
- DOSINTR.LIB /tb Command and useful DOS Interrupt wrappers
- DOSTIME.BAT /tb Show current system time
- DOSVER.BAT /tb Display DOS version number
- ENVIASK.BAT /tb Prompt for user input
- ENVIASKS.BAT /tb Examples using ENVIASK.BAT and GETUKEY.CMM
- ENVIEDIT.BAT /tb Edit the environment variables
- ENVSORT.BAT /tb Sort all environment variables alphabetically
- ERRLEV.BAT /tb Set ERRLEV environment variable from return code
- FCOMPACT.BAT /tb compact lots of files into one big file
- FILEFIND.BAT /tb Find file matching filespec
- FILEMDAY.BAT /tb Save FILE.TMP in FILE.XX, where XX is date
- FIND#.CMM /tb Extract a number from output of any command
- FLOPPYID.BAT /tb Get disk serial number
- FLOPPYIN.BAT /tb Is there a floppy in drive A? drive B?
- GETUKEY.CMM /tb Get single-key user input in a batch file
- GIF2DESC.BAT /tb Save GIF description in 4DOS descript.ion
- GRAPHICS.LIB /tb A few VGA graphics drawing functions
- HEXDUMP.BAT /tb Hexadecimal dump of any binary file
- IFEXIST.CMM /tb Return code to check if file exists
- INSTALL.CMM /tb Install CEnvi for DOS
- INT16.BAT /tb Display keycode returned by keyboard interrupt
- ISDAY_1.BAT /tb Check if it is a specific day-of-week
- ISDAY_2.BAT /tb Check if it is a specific day-of-week
- ISITFRI.BAT /tb Is It Friday?
- IS_4DOS.BAT /tb Test if 4DOS is loaded
- JPG2DESC.BAT /tb Save JPG description in 4DOS descript.ion
- KBDBUF.BAT /tb Set size of the DOS keyboard type-ahead buffer
- KBDRATE.BAT /tb Set typematic delay and rate for the keyboard
- KEYCODE.BAT /tb Return value of any keystoke
- KEYSTATE.BAT /tb Read or Set the NUMLOCK, CAP, or INSERT
- KEYSTUFF.BAT /tb Push keys into the type-ahead buffer
- LPTREGS.CMM /tb View Printer ports values
- MANDLBRT.CMM /tb Demo GRAPHICS.LIB with the Mandlebrot set
- MEMBLOCK.BAT /tb Trace through DOS's allocated memory blocks
- MEMNEED.BAT /tb Is there enough memory to run executable?
- MESSAGE.BAT /tb Use SCREEN.LIB to write colored screen message
- MOUSE.BAT /tb Read a mouse's position and state
- MOUSEWIN.BAT /tb Run windows if mouse pressed
- MULTIDIR.BAT /tb Allow multiple specs. for DOS "DIR" command
- NUMLOCK.BAT /tb Set NUMLOCK key ON
- ONEADAY.BAT /tb Execute command if not already executed today
- OS2SESSN.CMM /tb Start any type of session from DOS in OS2
- PATHADD.BAT /tb Add a directory to the PATH environment variable
- PATHDEL.BAT /tb Remove directory from the PATH environment var.
- PATHSTAK.BAT /tb Remember current directory, return to prev. dir.
- PATHSUBS.BAT /tb Shorten PATH by uses DOS' SUBST command
- PRIMES.BAT /tb Remember current directory, return to prev. dir.
- PRMPTDAY.BAT /tb Add today's date to the DOS prompt
- PRNTSCRN.BAT /tb Send screen contents to printer
- PWD1.BAT /tb Print current working directory
- PWD2.BAT /tb Print current working directory
- QUOTE.BAT /tb Display a random profound quote
- REBOOT_1.BAT /tb Reboot computer
- REBOOT_2.BAT /tb Reboot computer
- REDIRECT.BAT /tb Redirect standard input, output, or errors
- RESTRICT.CMM /tb Limit allowed DOS commands
- RUNTIME.BAT /tb Execute a command at specified hour and minute
- SCRANDOM.BAT /tb Color random dots on the screen
- SCREEN.LIB /tb Library of routines for colors, lines, etc...
- SCRNSAVE.BAT /tb Save contents of the text screen to a file
- SORTLEN.BAT /tb Sort lines of a file by length
- SOUND.BAT /tb Demonstrate SOUND.LIB; play sound on speaker
- SOUND.LIB /tb Play specified frequency on PC internal speaker
- SREFRESH.BAT /tb Screen Refresh. Redraw scree /w standard calls.
- TEE.CMM /tb Save output to file as well show to screen
- VALIDDIR.BAT /tb Routine to check if name is valid sub-directory
- VLABEL.BAT /tb Get or Set a disk volume label
- WAIT.BAT /tb Delay for specified seconds
- WHICH.BAT /tb Determine which version of command is executed
- WINCLIP.CMM /tb utilitye for accessing Windows clipboard
- WINCLIP.LIB /tb routines for accessing Windows clipboard
- WININI.LIB /tb functions to modify Windows *.INI files
- WINSHELL.BAT /tb Start windows with a specific shell
- XCOPYNUM.BAT /tb See XCOPY number of files copied and errors
- ZIPGRP.BAT /tb Zip files together; screen.lib example